home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-PPC / CURRENT.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  173b  |  10 lines

  1. #ifndef _PPC_CURRENT_H
  2. #define _PPC_CURRENT_H
  3.  
  4. /*
  5.  * We keep `current' in r2 for speed.
  6.  */
  7. register struct task_struct *current asm ("r2");
  8.  
  9. #endif /* !(_PPC_CURRENT_H) */
  10.